Autogenerated HTML docs for v1.7.1-226-g770c5
diff --git a/git-shortlog.html b/git-shortlog.html index 5b4d512..cc4b333 100644 --- a/git-shortlog.html +++ b/git-shortlog.html
@@ -322,7 +322,7 @@ <div class="sectionbody"> <div class="verseblock"> <div class="content">git log --pretty=short | <em>git shortlog</em> [-h] [-n] [-s] [-e] [-w] -<em>git shortlog</em> [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>…]</div></div> +<em>git shortlog</em> [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] <commit>…</div></div> </div> <h2 id="_description">DESCRIPTION</h2> <div class="sectionbody"> @@ -330,6 +330,10 @@ in release announcements. Each commit will be grouped by author and the first line of the commit message will be shown.</p></div> <div class="para"><p>Additionally, "[PATCH]" will be stripped from the commit description.</p></div> +<div class="para"><p>If no revisions are passed on the command line and either standard input +is not a terminal or there is no current branch, <em>git shortlog</em> will +output a summary of the log read from standard input, without +reference to the current repository.</p></div> </div> <h2 id="_options">OPTIONS</h2> <div class="sectionbody"> @@ -380,6 +384,21 @@ </p> </dd> <dt> +--format[=<em><format></em>] +</dt> +<dd> +<p> + Instead of the commit subject, use some other information to + describe each commit. <em><format></em> can be any string accepted + by the <tt>--format</tt> option of <em>git log</em>, such as <em>* [%h] %s</em>. + (See the "PRETTY FORMATS" section of <a href="git-log.html">git-log(1)</a>.) +</p> +<div class="literalblock"> +<div class="content"> +<pre><tt>Each pretty-printed commit will be rewrapped before it is shown.</tt></pre> +</div></div> +</dd> +<dt> -w[<width>[,<indent1>[,<indent2>]]] </dt> <dd> @@ -483,7 +502,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2010-04-24 02:56:08 UTC +Last updated 2010-05-21 14:57:19 UTC </div> </div> </body>